Sending Graphics to the C drive [on hold]

Posted by CodeOfGenius on Game Development See other posts from Game Development or by CodeOfGenius
Published on 2014-06-09T20:11:53Z Indexed on 2014/06/09 21:41 UTC
Read the original article Hit count: 275

Filed under:
|
|

I'm trying to create image files on the users' desktop. Let's say i have a picture of an orange in my eclipse workspace in the resource folder. When somebody downloads the project, I want to take that image of an orange and put it in a folder called fruit on their desktop. Whenever i export my game it can't read the images anymore which is wierd so I prefer to try this method. Just like minecraft has its' stuff in %Appdata%, I want to put a folder with my images the game uses on the desktop.

There isn't any errors, I'm just asking how do i do this.

© Game Development or respective owner

Related posts about java

Related posts about lwjgl